18.9

Problem: TA, Salvation, Feign Death not detected
Cause: bug in data.isbuffpresent() not checking buffs properly
Status: FIXED!

Problem: lua error when using Rank 4 Cower (cat form)
Cause: the code can make up (Reasonable) values from unknown low ranks, but no code to create values for ranks higher than the maximum rank in the data set.
Status: added the value for Rank 4, but also addressed the larger problem.

Problem: Paladin spell Righteous Defense not implemented.
Cause: Not sure what it looks like in the combat log. "cast" or "perform" ?
Status: Awaiting more data.

Problem: Rockbiter / Frost Shock / Earth Shock threat mixed up.
Cause: As far as i can tell this was caused by blizzard patching 2.0 to an old Test Realm version. In the beta version they have been changed, and i believe the live version is going to get patched soon.
Status: No fix this version. If a patch isn't imminent i'll change it back later.

Problem: Shaman talent Elemental Precision not implemented.
Cause: Overlooked it i suppose.
Status: Added for spell damage. Unclear whether it works on healing (in implementation, not). Untested.

Problem: Shaman talent Spiritual Weapons not working.
Cause: typo in talent specification.
Status: FIXED!

Problem: Lua Error when "Abbreviate large values" option is enabled.
Cause: code not upgraded to lua 5.1
Status: FIXED!

Problem: Warlock talent Improved Soul Drain not working.
Cause: typo in My.lua 838.
Status: FIXED!

Problem: Frostbolt + Netherwind 8 piece not working in French version.
Cause: mistranslated "frostbolt"
Status: FIXED!

Problem: Arcane Missiles not getting arcane subtlety in French version.
Cause: unknown. It doesn't make sense that the combat log has "Arcane" instead of "Arcanes" for SPELL_SCHOOL6_CAP. Is this happening for all non-english locales? Perhaps this is an error from the parser.
 Ability = "Projectiles des arcanes", log line = SPELLLOGSCHOOLSELFOTHER = "Votre %s touche %s et lui inflige %d points de dgts |2 %s."

It should come out as "Votre Projectiles des arcanes touche <target> et lui inflige <damage> points de dgts de Arcanes." I can't see how it can go wrong.

Status: Unreslved, pending more information.


Problem: lua error when attempting to change a NPC spell parameter.
Cause: code not upgraded to lua 5.1
Status: FIXED!


18.8

--> Negative threat from Sunder fixed.

18.7

--> New fix for Autoshot / Autowand.


18.6

--> Mind Blast no longer generates extra threat

--> Earth Shock no longer generates extra threat

--> Frost Shock is now 2 threat per damage (exact value not confirmed)

--> Added Eye of Diminution trinket.

--> Added Frostfire 8 piece proc.

--> Added Improved Voidwalker talent, and <mod.my.mods.warlock.voidwalker> for the associated multiplier.

--> Fixed Buff detection. Also checking for up to 32 buffs on the player.

--> Righteous Fury talent tweaked.

--> Hunter's Autoshot should now be detected.

Thanks to Amavana, corwin and Vorb for help!


18.5

--> Fixed lua error for warlocks.

--> Fixed a few lua errors that could occur from nonessential console commands.

--> Added some code preparing for the new GUI.


18.4

--> Retrofitted new Onyxia code from 17.23.

--> KTM will now look for the ring piece in tier3 sets to count for bonuses.

--> Added Plagueheart 6 piece bonus.

--> Fixed Frost Channeling. Thanks lazaro.

--> Moved some files around. I recommend deleting your folders before installing the new version.


18.3

--> Shaman: Fixed lua error. Added Stormstrike for Spiritual Weapons. Also removed Rockbiter, since it doesn't appear to cause extra threat any more.
--> Warlock: Fixed master demonologist. Added Destructive Reach. Added Improved Soul Drain. Added new abilities like shadow fury and incinerate.

--> SWStats will no longer break KTM on non-english versions. The regex engine periodically checks to see whether the print format strings have been changed and recreates the parsers if so.


18.2

--> Warrior: Defiance now 5% per point, from 3%. Added Devastate rank 2 = 47 threat fixed.
--> Druid: Feral Instinct now 5% per point, from 3%. Subtlety now position 7 in 3rd tree, from 8.
--> Rogue: (no changes)
--> Hunter: (no changes)
--> Mage: Burning Soul now 5% per point, from 15%. Frost Channeling now 4% per point, from 10%.
--> Paladin: Holy Shield now +35% threat, from +20%.
--> Priest: Reflective Shield 0 threat.
--> Shaman: Improved Fire Nova Totem - not implemented. Need more research on totem mechanics. Added spiritual weapons -15% melee threat (not on stormstrike yet).


18.1

--> LUA changes for 5.1. 

--> Revamped Sunder Hook. Successes detected from UNIT_SPELL_SUCCESSFUL arg2 = "Sunder Armor", failures from CHAT_MSG_SPELL_SELF_DAMAGE as previously.

